model = LogisticRegression(penalty='l1',solver='liblinear',class_weight='balanced',max_iter=100,random_state=1337,verbose=False)